Callbacks

Thread Manager provides these callbacks:

Miscellaneous

DebuggerDisposeThreadProcPtr Defines a pointer to a dispose thread debugging callback function. A dispose thread debugging callback function is a debugging function that the Thread Manager calls whenever it disposes of a thread.
DebuggerNewThreadProcPtr Defines a pointer to a new thread debugging callback function. A new thread debugging callback function is a debugging function that the Thread Manager calls whenever it creates a new thread.
DebuggerThreadSchedulerProcPtr Defines a pointer to a thread scheduler debugging callback function. A thread scheduler debugging callback function is a debugging function that the Thread Manager calls whenever a thread is scheduled.
ThreadEntryProcPtr Defines a pointer to a thread entry callback function. Your thread entry callback function provides an entry point to a thread that you create in your application.
ThreadSchedulerProcPtr Defines a pointer to a thread scheduler callback function. Your thread scheduler callback function supplements the Thread Manager default scheduling mechanism.
ThreadSwitchProcPtr Defines a pointer to a thread switch callback function. Your thread switch callback function adds to the thread context information that the Thread Manager saves and restores.
ThreadTerminationProcPtr Defines a pointer to a thread termination callback function. Your thread termination callback function does additional cleanup when the code in a thread finishes executing.

© 2000 Apple Computer, Inc. — (Last Updated 3/8/2000)